chore: mechanical black/ruff normalization of remaining test files (2/2)#679
Merged
Conversation
Verbatim output of `ruff check tests --fix` + `black tests` at the pinned versions (black==26.3.1, ruff==0.15.13; pinned in #677) for the 37 test files with no hand edits: import sorts, f-string prefixes, unused-import removal, formatting. No assertion or fixture changes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Lbd6nqWmg4snvvBmegwqiw
Overall Assessment✅ Looks good — no unmitigated P0/P1 findings. Executive Summary
Methodology
Code Quality
Performance
Maintainability
Tech Debt
Security
Documentation/Tests
|
igerber
added a commit
that referenced
this pull request
Jul 12, 2026
…docs - .github/workflows/lint.yml: runs `ruff check` + `black --check` at the pyproject-pinned versions on every PR push and on pushes to main. No ready-for-ci gate (precedent: ai_pr_review.yml), no paths filter (a required check whose workflow never triggers would block PRs forever). Aggregate "Lint Gate" job (if: always(), inspects needs.*.result) gives branch protection a single stable required-check name. Check-only. - .git-blame-ignore-revs: the #677/#679 normalization squash SHAs. - CONTRIBUTING.md "Linting and Formatting" section + CLAUDE.md note. - TestLintWorkflowPinSync: executable ruff/black pin-sync guard between lint.yml and the pyproject dev extra (review round-2 P3). - lint.yml added to rust-test.yml push/pull_request path filters, locked by PIN_SYNC_WORKFLOWS assertions; docs distinguish the current ruff/black mirroring from the future mypy CI job (round-3 P3s). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Lbd6nqWmg4snvvBmegwqiw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ruff check tests --fix+black testsat the pinned versions (black==26.3.1,ruff==0.15.13) for the 37 test files that needed no hand edits - import sorts, f-string prefixes, unused-import removal, formatting. No assertion, fixture, or behavior changes; zero judgment calls.[Unreleased]block.Methodology references (required if estimator / math changes)
Validation
Security / privacy
Generated with Claude Code
🤖 Generated with Claude Code
https://claude.ai/code/session_01Lbd6nqWmg4snvvBmegwqiw